home *** CD-ROM | disk | FTP | other *** search
- <<<<<<<<<<<<<<<<<<<<< PATH >>>>>>>>>>>>>>>>>>>>>
-
- PURPOSE: Causes specified directories to be searched for commands or
- batch files that are not in the current directory.
-
- ; PATH \ ... Establishes a path for commands and
- ; batch files in the ROOT directory
- ; of the default disk drive.
-
- ; PATH C:\DOSFILES ... Establishes a path for commands and
- ; batch files located in the directory
- ; DOSFILES on Drive C.
-
- ; PATH A:\PROGRAM;C:\ ... Establishes a path for both \PROGRAM
- ; on Drive A and the ROOT directory (\)
- ; on Drive C. The ';' (semicolon) is
- ; used to separate each specification
- ; in the list.
-
- ; PATH ... Displays the path names that were
- ; specified on a previous PATH command.
- ###